﻿body {
    margin:0;
    box-sizing:border-box;
}
li {
    list-style: none;
}
a{
  
    text-decoration:none;
    color:#fff;
}

.jump {
    position: relative;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite; 
    animation-direction: alternate;
    animation-timing-function: ease-in-out; 

    -webkit-animation: mymove 5s infinite;
    -webkit-animation-direction: alternate; 
    -webkit-animation-timing-function: ease-in-out; 
}

@keyframes mymove {
    0% {
        transform: scale(1); 
    }

    25% {
        transform: scale(1.2); 
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.2);
    }
}

@-webkit-keyframes mymove
{
    0% {
        transform: scale(1); 
    }

    25% {
        transform: scale(1.1); 
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}
.change {
    animation: change 3s infinite;
    -webkit-animation: change 3s infinite; 
    animation-direction: alternate; 
    animation-timing-function: ease-in-out; 

    -webkit-animation: change 3s infinite;
    -webkit-animation-direction: alternate; 
    -webkit-animation-timing-function: ease-in-out; 
}
@keyframes change {
    0% {
        opacity: 0.7;
    }

    25% {
        opacity:1;
    }

    50% {
        opacity: 0.7;
    }

    75% {
        opacity: 1;
    }
}

@-webkit-keyframes change 
{
    0% {
        opacity: 0.7;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    75% {
        opacity: 1;
    }
}
body {
    color: #505050;
}




.videofu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.indextit {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}

.jcbox {
    width: 100%;
 
    position: relative;
}

.jcigimg {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    width: 100%;
    height: 540px;
    /*background: url('../images/bg1.jpg') no-repeat;
    background-size: cover;*/
}
.swiperbg{
    width:100%;
    height:100%;
}
.swiperbg swiper-slide{
    overflow:hidden;
}
.swiperbg img {
    width: 100%;
    height: 100%;
}

.jcigimgfu {
    position: absolute;
    top: 0;
    left: 0;
   z-index:2;
    width: 100%;
    height: 540px;
    background: rgba(0,0,0,0.3);
}

.ctrlbox {
    position: absolute;
    right: 140px;
    top:-100px;
    cursor: pointer;
    width: 270px;
}

    .ctrlbox div {
        display: inline-block;
    }

        .ctrlbox div:last-child {
            float: right;
        }

.swiper1 {
    position: absolute;
    top:-40px;
    right: 140px;
    width: 270px;
    height: 600px;
    padding: 10px 0;
    z-index:3;
}

    .swiper1 .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
        color: #505050;
        border-radius: 10px;
    }

    .swiper1 .left {
        display: inline-block;
        height: 100%;
        width: 40%;
        position: relative;
        vertical-align: middle;
    }

        .swiper1 .left img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
			width:100%;
			height:100%;
			border-radius:10px;
        }

    .swiper1 .right {
        display: inline-block;
        vertical-align: middle;
        width: 110px;
    }

    .swiper1 .spright {
        display: inline-block;
        vertical-align: middle;
    }

    .swiper1 .right .bigtit {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .swiper1 .right .littit {
        font-size: 12px;
        color: #cdc6c6;
    }

    .swiper1 .swiper-slide {
        width: 270px;
        height: 120px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    }

        .swiper1 .swiper-slide a:hover {
            background: #ff3334;
            color: #fff;
        }

            .swiper1 .swiper-slide a:hover .littit {
                color: #fff;
            }

.cnbox {
    height: 500px;
    text-align: center;
    box-sizing: border-box;
    padding: 70px 0;
    /*background: url('../images/solutionbg.png') no-repeat;*/
    background-attachment: fixed;
    background-size: cover;
}

.cntit {
}

.cnbtmbox {
    display: flex;
    width: 100%;
    margin: 80px auto 0 auto;
    justify-content: space-around;
    padding-top: 20px;
}

.cnbtm {
    width: 300px;
    height: 200px;
    font-size: 60px;
    font-weight: bold;
    color: #ff0000;
}

.jjbox {
    width: 100%;
    height: 700px;
    background: #fafafa;
    box-sizing: border-box;
    padding: 70px 0;
}

.swiper2 {
    height: 380px;
    width: 1200px;
    margin: 50px auto 0 auto;
    padding: 40px;
}

    .swiper2 .swiper-slide {
        background: #fff;
        transition: all 0.6s;
        border-radius: 10px;
        overflow: hidden;
    }

        .swiper2 .swiper-slide:hover {
            transform: scale(1.2);
        }

.xpbox {
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
}

.swiper3box {
    position: relative;
}

.xpqiebox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 38%;
    font-size: 40px;
    font-weight: bold;
    z-index: 999;
    cursor: pointer;
}

.swiper3 {
    height: 600px;
    margin-top: 80px;
}

    .swiper3 .left {
        width: 45%;
        float: left;
        height: 100%;
        position:relative;
    }
     .swiper3 .left img{
         position:absolute;
         top:50%;
         left:50%;
         transform:translate(-50%,-50%);
         width:60%;
     }

    .swiper3 .right {
        width: 55%;
        float: right;
        background: #ff0000;
        height: 100%;
        box-sizing:border-box;
        padding:100px;
    }
.swp3rtbigtit1 {
    font-size: 80px;
    color: #dddada;
}
.swp3rtbigtit2 {
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}
.swp3rtbigtit2 span{
    font-size:40px;font-weight:normal;
}
.swp3rtlittit {
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
}
.xpmore {
    width: 220px;
    height: 48px;
    background: rgba(255,255,255,1);
    text-align: center;
    line-height: 48px;
    border-radius: 48px;
    display: block;
    /*margin-top: 400px;
    margin-left: 100px;*/
    color: #000;
    font-size: 14px;
}

.redmore {
    width: 228px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    background: #ff0000;
    margin: 50px auto;
    text-align: center;
    color: #fff;
    display: block;
    font-size:14px;
    position:relative;
}

.indexnewbox {
    width: 100%;
    background: #fafafa;
    box-sizing: border-box;
    padding: 70px 0 30px 0;
}

.news_box {
    margin:0 auto;
    /*margin-top: 50px;*/
    width:80%;
}

.newscont {
    /*padding: 20px 50px;*/
    box-sizing: border-box;
    width:44%;
    height: 220px;
    /*float: left;*/
    background: #fff;
    margin-top:70px;
}


.videobox{margin-top:50px;}
.videocont {
    box-sizing: border-box;
    width:44%;
    height: 450px;
    background: #fff;
    margin-top:30px;
}
.videocont:hover{}


.videocont:nth-child(odd){float:left;}

.videocont:nth-child(even) {float: right;}
    
    

.newscont:nth-child(odd){float:left;}

.newscont:nth-child(even) {float: right;}
    
    
    
    .newscont .neibox {
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .newscont .icon-jiantou {
       margin-left:5px;
    }



.linebox {
    width: 800px;
    height: 3px;
    background: #fff;
    position: relative;
}

.redline {
    width: 426px;
    background: #ff3334;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.videobigtit {
    font-size: 60px;
    color: #fff;
    letter-spacing: 20px;
    margin: 30px 0;
}

    .videobigtit span {
        color:#fff;
    }

.videolittit {
    font-size: 14px;
    color: #fff;
    letter-spacing: 20px;
    margin-bottom: 30px;
}

.videobtn {
    display: block;
    background: #ff3334;
    border-radius: 16px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    width: 228px;
    position:relative;
}



.jcbiao {
    position: absolute;
    top: 4%;
    left: 5%;
}

#val1 {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
}

.littop {
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 15px;
    font-size: 12px;
    color: #a6a6a6;
}

.fabox {
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
    color: #fff;
}

.fabigtit {
    font-size: 40px;
    letter-spacing: 20px;
}

.falittit {
    letter-spacing: 8px;
    margin: 20px 0;
    font-size: 14px;
}

.facont p {
    padding: 4px 0;
    font-size: 14px;
}

.fajump {
    width: 220px;
    height: 48px;
    background: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 48px;
    display: block;
    color: #000;
    font-size: 14px;
    margin-top: 20px;
}

.cnlittit {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-top: 30px;
}

.swiper2box {
    position: relative;
    width: 85%;
    margin:0 auto;
}

#prev2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 999;
    cursor:pointer;
}

#next2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999;
    cursor: pointer;
}
.swiper2 .top {
    height: 50%;
    background: #f1f1f1;
    overflow: hidden;
}
.swiper2 .top img{
   width:100%;
   height:100%;
}
.swiper2 .bottom {
    height: 50%;
    padding: 20px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.swiper2 .bmbigtit{
    font-size:16px;
    font-weight:bold;
    color:#000;
    margin-bottom:10px;


}
.swiper2 .bmlittit {
    font-size: 14px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bmjump {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #a6a6a6;
}
.idnewstit {
    font-size: 18px;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:bold;
    /*margin-bottom:10px;*/
}
.idnewstit a{color:#333;}
.idnewstit a:hover{color:#f00;}
.idnewsline{
    width:70px;
    height:2px;
    background:#000;
    margin:28px 0;
}
.idnewscont {
    color: #505050;
    font-size: 12px;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top:15px;
}
.idnewstime {
    color: #505050;
    font-size:12px;
    font-weight:bold;
    margin-top:35px;
}
.idnewstime span:first-child{
    margin-right:20px;
}
.idnewstime a{
   float:right;
    color: #505050;
    font-size:12px;
    font-weight:bold;
}
.iconfont{
    font-weight:bold;
  
}
.newscont .iconfont{
    font-size:14px;
}
